Overwriting include/gpac/version.h is no longer needed as buildsystem works now.
authorAlessio Treglia <alessio@debian.org>
Wed, 16 Jan 2013 16:34:45 +0000 (16:34 +0000)
committerAlessio Treglia <alessio@debian.org>
Wed, 16 Jan 2013 16:34:45 +0000 (16:34 +0000)
Upstream's buildsystem has been fixed so there is no need to overwrite include/gpac/version.h anymore.

debian/rules

index 83a1c38b09a8da1f74867fbf13307d2203047860..a23a4395fb18e62fdbb03c39c37b4c36638e767a 100755 (executable)
@@ -23,7 +23,6 @@ override_dh_auto_configure:
            --enable-debug \
            --disable-ssl \
            $(DEB_EXTRA_CONFIGURE_FLAGS)
-       echo "#define GPAC_SVN_REVISION \"\"" >include/gpac/version.h
 
 override_dh_auto_install:
        $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \